ServiceGetMeetingCancellation Method (String, ItemShape) |
Gets a meeting cancellation message.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic MeetingCancellation GetMeetingCancellation(
string itemId,
ItemShape itemShape
)
Public Function GetMeetingCancellation (
itemId As String,
itemShape As ItemShape
) As MeetingCancellation
Parameters
- itemId
- Type: SystemString
The ID of the item to return. - itemShape
- Type: Independentsoft.ExchangeItemShape
The set of properties to return.
Return Value
Type:
MeetingCancellationMeetingCancellation.
See Also